-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dwalk filter text out #348
base: main
Are you sure you want to change the base?
Conversation
…in a single pass This allows for human readable reports to be created but then also feed the cache to a second pass of dwalk/dfind/drm etc as part of a pipeline
Thanks for submitting this, @brockpalen . I should be able to take a look early next week. |
Thanks again @brockpalen . Sorry that it took so long to get to this! The Would you be up for doing that? I think the filtering looks fine. We could run into an explosion of options as we talked about before, especially if we decide other tools would also benefit from built-in filtering. Until we figure out how to deal with that, we could bring this into dwalk if you want as hidden functionality (supported in the source code, but undocumented in the help output and man pages). That would give you something that works until we can figure out if we want to go with this or come up with a different but equivalent approach. One idea we talked about... I feel like there is probably a role to create a tool like
We'd probably want to pick something other than a |
Adam, Sorry just getting back to this. I'm ok with what your propose. I will likely keep my own branch where I keep the help options. I have not put much effort into this because this gave me waht I wanted for my https://github.com/brockpalen/archivetar/ tool and is working quite well. Though it would be nice if there was a python module that could parse mfu file lists, and that's way beyond my copy and pasting your work. I never did changes to a pull request before so hopefully hitting those resolve buttons worked. If not let me know, and if there is github documentation for what to do you can point me to it. |
adds a large number of filters (predicates) from dfind to dwalk